home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-01 / getdrpth.zip / GETPATH.TXT < prev   
Text File  |  1993-01-04  |  178b  |  9 lines

  1. To use this, use the following commands:
  2.  
  3. MPATH = SPACE(100)
  4. LOAD GETPATH.BIN
  5. CALL GETPATH WITH MPATH
  6. ? MPATH
  7.  
  8. This will show you the current DOS path.  //Mike Hedblom//
  9.